/* ----------------------------------------------------- */
/* COMMENT INVITE STYLE */
/*  Ex: http://www.thebestschools.org/special/ehrman-licona-dialogue-reliability-new-testament/licona-final-reply/ */
/*  Usage: <div class="commentinvite">Some text</div> */
/* ----------------------------------------------------- */

.commentinvite {background-color: #EAEAEA;margin: 0; padding: 0 10px 0 10px; }

/* ----------------------------------------------------- */
/* BOOKSSTYLE */
/*  Ex: http://www.thebestschools.org/special/ehrman-licona-dialogue-reliability-new-testament/licona-final-reply/ */
/*  Usage: <div class="books?">Some text</div> */
/* ----------------------------------------------------- */

.books { margin: 0 auto !important;text-align: center; }

/* ----------------------------------------------------- */
/* NOTES STYLE */
/*  Ex: http://www.thebestschools.org/special/karoly-happer-dialogue-global-warming/happer-major-statement/ */
/*  Usage: <div class="notes">Some text</div> */
/* ----------------------------------------------------- */

.notes {padding-left: 1.6em; text-indent: -1.6em;}



/* ----------------------------------------------------- */
/* <cite></cite> TEST */
/*  Ex: http://www.thebestschools.org/special/ehrman-licona-dialogue-reliability-new-testament/michael-licona-interview/  */
/* ----------------------------------------------------- */
p cite, p a cite, blockquote cite, blockquote a cite {font-style:italic;}

/* Sometimes you have to undo the italics... */
em cite, em a cite, a em cite {font-style:normal;}


/* ----------------------------------------------------- */
/* Blue Horizontal Rule with Gradient TEST */
/*  Ex: http://www.thebestschools.org/special/ehrman-licona-dialogue-reliability-new-testament/michael-licona-interview/  */
/*  Ex: http://www.thebestschools.org/special/ehrman-licona-dialogue-reliability-new-testament/bart-ehrman-interview/#books  */
/* ----------------------------------------------------- */
.hrblue {margin: 25px 0 15px 0;border: 0;height: 3px;background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(59, 108, 132, 0.75), rgba(0, 0, 0, 0));}

/* ----------------------------------------------------- */
/* DL/DD TEST */
/*  Ex: http://www.thebestschools.org/special/ehrman-licona-dialogue-reliability-new-testament/bart-ehrman-interview/  */
/* ----------------------------------------------------- */
dl,dd,dt { font-family: Lora,serif; }
dt {margin: 0 0 .5em 0; padding:0;}
dd {margin: 0 0 1em 3em; padding:0;}


/* ----------------------------------------------------- */
/* TABLE ROW FOCUS HIGHLIGHT TEST */
/* ----------------------------------------------------- */
.rowhighlight tbody tr:hover { background-color: #DFDFDF; }


/* ----------------------------------------------------- */
/* BUNDLES TEST */
/* ----------------------------------------------------- */

.bundle, .bundle p, .bundle ul, .bundle li, .bundle span, .bundle div, .bundlebutton { font-family: 'Open Sans', sans-serif; font-size: 10pt; font-size: 1.4rem; }
.bundle { clear: both; padding: 10px; padding: 1rem; max-width: 40%; min-width: 160px; margin: 0 0 10px 20px; margin: 0 0 1rem 2rem; text-align: left; background-color: #ffebbb; }
.bundle h2, .bundle h3 { margin: 0 0 5px 0; margin: 0 0 .5rem 0; border: 0; background: none; clear: left; }
.bundle h2 { font-size: 18px; font-size: 1.8rem; }
.bundle h3 { font-size: 16px; font-size: 1.4rem; margin: 9pt 0 5pt 0; }
.bundle hr { border: 1px solid #e6d4a9; margin: 0 0 -5px 0; padding: 0; }
.bundle p { margin: 0; padding: 5px 0; padding: .5rem 0; }
.bundle ul, .bundle ol { border: 0; margin: 0 0 10px 5px; margin: 0 0 1rem .5rem; }
.bundle ul li { list-style: square outside; border: 0; margin: 0 0 0 15px; margin: 0 0 0 1.5rem; padding: 0; text-indent: 0; }
.bundle ol li { border: 0; margin: 0 0 0 16px margin: 0 0 0 1.6rem; padding: 0; text-indent: 0; }

.bundlebutton {
	background-color: #ffebbb; 
	width: 30%;
	min-width: 65px;
	height: auto;
	padding: 0;
	margin: 10px 0 0 25px;
	border: 0;
	text-align: center;
	float: right;
	display: inline-block;
	clear: right;
	}

.bundlebutton a {
	color: #3c6d84;
	}


/* ----------------------------------------------------- */
/* BYLINE TEST */
/* ----------------------------------------------------- */

.tbsbyline {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 12pt !important;
	color: #639EB9;
	}

/* ----------------------------------------------------- */
/* H3 for American Colonists Library */
/* See: http://www.thebestschools.org/resources/american-colonists-library-primary-sources/ */
/* ----------------------------------------------------- */

.h3acl {border-top: 1pt gray dotted !important; padding: 5pt 0 0 0; margin: 15pt 0 15pt 0;}


/* ----------------------------------------------------- */
/* Hiliter TEST */
/* Example: Nowhere
/* ----------------------------------------------------- */

.hilite {
 background-color: #f7f8ae;
 color: #3A3A3A;
 }

